projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdcc1ef
)
(leim-list.el): Fix previous change.
author
Kenichi Handa
<handa@m17n.org>
Fri, 22 Aug 1997 08:12:40 +0000
(08:12 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Fri, 22 Aug 1997 08:12:40 +0000
(08:12 +0000)
leim/Makefile.in
patch
|
blob
|
history
diff --git
a/leim/Makefile.in
b/leim/Makefile.in
index a0b799ed541522e7de4f67f54678d2d52c719df3..db010f4e6802a58d3add02613c1f80b6f4d6634d 100644
(file)
--- a/
leim/Makefile.in
+++ b/
leim/Makefile.in
@@
-145,8
+145,8
@@
leim-list.el: ${SUBDIRS} ${WORLD}
for dir in ${SUBDIRS}; do \
for f in $${dir}/*.el; do \
if echo ${WORLD} | grep $${f} > /dev/null; then true; \
- else rm -f $${f}* ; fi \
- done \
+ else rm -f $${f}* ; fi
;
\
+ done
;
\
done
${RUN-EMACS} -l ${buildlisppath}/international/quail \
--eval "(update-leim-list-file \".\")"